home *** CD-ROM | disk | FTP | other *** search
/ isnet Internet / Isnet Internet CD.iso / prog / html / 12 / _SETUP.1 / Fox.exe / 0 / RCDATA / TFORMHTMLSCRIPT / TFORMHTMLSCRIPT.txt
Encoding:
Text File  |  1997-12-06  |  3.3 KB  |  155 lines

  1. object FormHTMLScript: TFormHTMLScript
  2.   Left = 120
  3.   Top = 141
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Script'
  7.   ClientHeight = 152
  8.   ClientWidth = 338
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object EditHTMLTag: TEdit
  19.     Left = 0
  20.     Top = 0
  21.     Width = 117
  22.     Height = 21
  23.     Hint = 'HTML tag to be used if '#39'OK'#39' is pressed'
  24.     TabStop = False
  25.     AutoSize = False
  26.     ParentColor = True
  27.     ParentShowHint = False
  28.     ReadOnly = True
  29.     ShowHint = True
  30.     TabOrder = 0
  31.     Text = 'EditHTMLTag'
  32.     OnChange = EditHTMLTagChange
  33.   end
  34.   object GroupBoxLANGUAGE: TGroupBox
  35.     Left = 84
  36.     Top = 27
  37.     Width = 171
  38.     Height = 64
  39.     Caption = 'LANGUAGE'
  40.     TabOrder = 1
  41.     object EditLANGUAGE: TEdit
  42.       Left = 6
  43.       Top = 16
  44.       Width = 159
  45.       Height = 21
  46.       MaxLength = 250
  47.       ParentShowHint = False
  48.       ShowHint = False
  49.       TabOrder = 0
  50.       OnChange = EditLANGUAGEChange
  51.       OnExit = EditLANGUAGEExit
  52.       OnKeyPress = EditLANGUAGEKeyPress
  53.     end
  54.     object PanelLANGUAGE: TPanel
  55.       Left = 2
  56.       Top = 42
  57.       Width = 167
  58.       Height = 20
  59.       Hint = 'LANGUAGE attribute'
  60.       Align = alBottom
  61.       Alignment = taLeftJustify
  62.       BevelOuter = bvNone
  63.       BorderStyle = bsSingle
  64.       Caption = 'PanelLANGUAGE'
  65.       ParentShowHint = False
  66.       ShowHint = True
  67.       TabOrder = 1
  68.       OnClick = PanelLANGUAGEClick
  69.     end
  70.   end
  71.   object PanelBottom: TPanel
  72.     Left = 0
  73.     Top = 99
  74.     Width = 338
  75.     Height = 53
  76.     Align = alBottom
  77.     BevelOuter = bvNone
  78.     Caption = 'PanelBottom'
  79.     Font.Color = clBtnFace
  80.     Font.Height = -11
  81.     Font.Name = 'MS Sans Serif'
  82.     Font.Style = []
  83.     ParentFont = False
  84.     TabOrder = 2
  85.     object Bevel: TBevel
  86.       Left = 0
  87.       Top = 0
  88.       Width = 338
  89.       Height = 6
  90.       Align = alTop
  91.       Shape = bsTopLine
  92.     end
  93.     object ButtonInsert: TButton
  94.       Left = 4
  95.       Top = 8
  96.       Width = 77
  97.       Height = 25
  98.       Hint = 'Use the HTML tag'
  99.       Caption = '&OK'
  100.       ParentShowHint = False
  101.       ShowHint = True
  102.       TabOrder = 0
  103.       OnClick = ButtonInsertClick
  104.     end
  105.     object ButtonCancel: TButton
  106.       Left = 88
  107.       Top = 8
  108.       Width = 77
  109.       Height = 25
  110.       Cancel = True
  111.       Caption = '&Cancel'
  112.       ParentShowHint = False
  113.       ShowHint = False
  114.       TabOrder = 1
  115.       OnClick = ButtonCancelClick
  116.     end
  117.     object ButtonHelp: TButton
  118.       Left = 256
  119.       Top = 8
  120.       Width = 77
  121.       Height = 25
  122.       Caption = '&Help'
  123.       ParentShowHint = False
  124.       ShowHint = False
  125.       TabOrder = 3
  126.       OnClick = ButtonHelpClick
  127.     end
  128.     object ButtonClearAll: TButton
  129.       Left = 172
  130.       Top = 8
  131.       Width = 77
  132.       Height = 25
  133.       Hint = 'Clear and reset all attributes to defaults'
  134.       Caption = 'Clear &All'
  135.       ParentShowHint = False
  136.       ShowHint = True
  137.       TabOrder = 2
  138.       OnClick = ButtonClearAllClick
  139.     end
  140.     object PanelSaveReuseLevel: TPanel
  141.       Left = 4
  142.       Top = 40
  143.       Width = 329
  144.       Height = 9
  145.       BevelOuter = bvLowered
  146.       Caption = ' '
  147.       ParentShowHint = False
  148.       ShowHint = True
  149.       TabOrder = 4
  150.       OnDblClick = PanelSaveReuseLevelDblClick
  151.       OnMouseMove = PanelSaveReuseLevelMouseMove
  152.     end
  153.   end
  154. end
  155.